runtime.mheap.sysAlloc (method)

2 uses

	runtime (current package)
		malloc.go#L636: func (h *mheap) sysAlloc(n uintptr) (v unsafe.Pointer, size uintptr) {
		mheap.go#L1358: 		av, asize := h.sysAlloc(ask)